projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2c52740
)
(top-level): Don't load viper-util when compiling.
author
Glenn Morris
<rgm@gnu.org>
Sun, 2 Dec 2007 21:00:40 +0000
(21:00 +0000)
committer
Glenn Morris
<rgm@gnu.org>
Sun, 2 Dec 2007 21:00:40 +0000
(21:00 +0000)
lisp/emulation/viper-mous.el
patch
|
blob
|
history
diff --git
a/lisp/emulation/viper-mous.el
b/lisp/emulation/viper-mous.el
index 1aae14400c5a8953b92b192dd93b2fb68bfb2535..dd727cd5f84a4cddbbfb772930ca39dc20db2abe 100644
(file)
--- a/
lisp/emulation/viper-mous.el
+++ b/
lisp/emulation/viper-mous.el
@@
-42,8
+42,6
@@
(if noninteractive
(eval-when-compile
(let ((load-path (cons (expand-file-name ".") load-path)))
- (or (featurep 'viper-util)
- (load "viper-util.el" nil t 'nosuffix))
(or (featurep 'viper-cmd)
(load "viper-cmd.el" nil t 'nosuffix))
)))